# Byte‑compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
*.egg-info/
dist/
build/

# Virtual environments
venv/
env/
.venv/

# Jupyter notebooks
.ipynb_checkpoints/

# pytest cache
.pytest_cache/

# OS files
.DS_Store
Thumbs.db
